Conversation
|
One test case failing on base master branch itself. |
|
Any update on this one? |
|
GraphQL-core is a port of GraphQL.js. As soon as @defer is part of the standard and included in GraphQL.js, it will be ported to GraphQL-core as well. We don't want to add and mix in more features than GraphQL.js supports because then it will become incompatible and very difficult to stay in sync with GraphQL.js. See also graphql/graphql-spec#269 |
|
Is there any update or progress on this, now that support for @defer and @stream directives are now part of GraphQL.js (as experimental branch)? |
|
@flzozaya This will be eventually included in GraphQL-Core 3, but not in GraphQL-Core 2 (the legacy branch). |
|
@Cito would you know if defer support ended up being prioritized into GraphQL-Core 3? |
Implementation for @defer directive in graphene. Have tested it with Apollo Client alpha versions -
Will also need corresponding changes in flask-graphql, sanic-graphql etc.
Existing test cases are working. However new test cases are not yet added.